home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / MPW Related / MPW Interfaces / PInterfaces / MacPrint.p < prev    next >
Encoding:
Text File  |  1993-09-17  |  623 b   |  38 lines  |  [TEXT/MPS ]

  1. {
  2.     File:        MacPrint.p
  3.  
  4.     Copyright:    © 1983-1993 by Apple Computer, Inc.
  5.                 All rights reserved.
  6.  
  7.     Version:    System 7.1 for ETO #11
  8.     Created:    Tuesday, March 30, 1993 18:00
  9.  
  10. }
  11.  
  12. {$IFC UNDEFINED UsingIncludes}
  13. {$SETC UsingIncludes := 0}
  14. {$ENDC}
  15.  
  16. {$IFC NOT UsingIncludes}
  17.     UNIT MacPrint;
  18.     INTERFACE
  19. {$ENDC}
  20.  
  21. {$IFC UNDEFINED UsingMacPrint}
  22. {$SETC UsingMacPrint := 1}
  23.  
  24. {$I+}
  25. {$SETC MacPrintIncludes := UsingIncludes}
  26. {$SETC UsingIncludes := 1}
  27. {$IFC UNDEFINED UsingPrinting}
  28. {$I $$Shell(PInterfaces)Printing.p}
  29. {$ENDC}
  30. {$SETC UsingIncludes := MacPrintIncludes}
  31.  
  32. {$ENDC}    { UsingMacPrint }
  33.  
  34. {$IFC NOT UsingIncludes}
  35.     END.
  36. {$ENDC}
  37.  
  38.